bundle update net-ssh to 3.0.x (to avoid deprecation warn on Ruby 2.3)

```
ruby-2.3.1@huginn/gems/net-ssh-2.9.2/lib/net/ssh/transport/session.rb:67:in `initialize': Object#timeout is deprecated, use Timeout.timeout instead.
ruby-2.3.1@huginn/gems/net-ssh-2.9.2/lib/net/ssh/transport/session.rb:84:in `initialize': Object#timeout is deprecated, use Timeout.timeout instead.
```

kares 8 years ago
parent
commit
1696600b98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gemfile.lock

+ 1 - 1
Gemfile.lock

@@ -338,7 +338,7 @@ GEM
338 338
     net-ftp-list (3.2.8)
339 339
     net-scp (1.2.1)
340 340
       net-ssh (>= 2.6.5)
341
-    net-ssh (2.9.2)
341
+    net-ssh (3.0.2)
342 342
     netrc (0.10.3)
343 343
     nokogiri (1.6.8)
344 344
       mini_portile2 (~> 2.1.0)